@charset "utf-8";

/*
============================================================
theater.css
------------------------------------------------------------

■ サイドナビ
■ AKB48 劇場
■ チケット購入方法
■ MVP
■ ステージソングス
■ ルール

============================================================
*/

/* ---------------------------------------------------------
■ サイドナビ
--------------------------------------------------------- */
.theaterSideNav {
	width: 265px;
	margin: 0 0 5px 0; }

ul.theaterSideNavList {
	width: 265px; }

li.theaterSideNavInfo, li.theaterSideNavAbout, li.theaterSideNavRule, li.theaterSideNavBuy, li.theaterSideNavStageSongs, li.theaterSideNavMvp {
	font-size: 88%;
	width: 265px;
	height: 46px;
	margin: 0 0 5px 0;
	text-align: left; }


li.theaterSideNavInfo a, li.theaterSideNavAbout a, li.theaterSideNavRule a, li.theaterSideNavBuy a, li.theaterSideNavStageSongs a, li.theaterSideNavMvp a {
	color: #595757;
	width: 200px;
	height: 32px;
	padding: 14px 0 0 54px;
	display: block;
	background-image: url(../img/theater/bg_sidenav.gif);
	background-repeat: no-repeat; }

li.theaterSideNavInfo a { background-position: 0 0; }
li.theaterSideNavAbout a { background-position: 0 -46px; }
li.theaterSideNavRule a { background-position: 0 -92px; }
li.theaterSideNavBuy a { background-position: 0 -138px; }
li.theaterSideNavStageSongs a { background-position: 0 -184px; }
li.theaterSideNavMvp a { background-position: 0 -230px; }

span.current {
	width: 200px;
	height: 31px;
	color: #595757;
	display: block;
	margin: -15px 0 0 -54px;
	padding: 15px 0 0 54px; }


li.theaterSideNavInfo a:hover, li.theaterSideNavAbout a:hover, li.theaterSideNavRule a:hover, li.theaterSideNavBuy a:hover, li.theaterSideNavStageSongs a:hover, li.theaterSideNavMvp a:hover { color: #FFF; }

li.theaterSideNavInfo a:hover { background-position: -254px 0; }
li.theaterSideNavAbout a:hover { background-position: -254px -46px; }
li.theaterSideNavRule a:hover { background-position: -254px -92px; }
li.theaterSideNavBuy a:hover { background-position:-254px -138px; }
li.theaterSideNavStageSongs a:hover { background-position: -254px -184px; }
li.theaterSideNavMvp a:hover { background-position: -254px -230px; }


li.theaterSideNavInfo .current, li.theaterSideNavAbout .current, li.theaterSideNavRule .current, li.theaterSideNavBuy .current, li.theaterSideNavStageSongs .current, li.theaterSideNavMvp .current {
	width: 211px;
	height: 32px;
	display: block;
	margin: -14px 0 0 -54px;
	padding: 14px 0 0 54px;
	color: #FFF;
	background-image: url(../img/theater/bg_sidenav.gif);
	background-repeat: no-repeat; }

li.theaterSideNavInfo .current { background-position: -508px 0; }
li.theaterSideNavAbout .current { background-position: -508px -46px; }
li.theaterSideNavRule .current { background-position: -508px -92px; }
li.theaterSideNavBuy .current { background-position: -508px -138px; }
li.theaterSideNavStageSongs .current { background-position: -508px -184px; }
li.theaterSideNavMvp .current { background-position: -508px -230px; }



/* ---------------------------------------------------------
■ チケット購入方法
--------------------------------------------------------- */
.ticketInformation {
	width: 752px;
	margin: 20px auto 0;
	overflow: hidden;
	*zoom: 1; }

.ticketInfoInner {
	width: 660px;
	margin: 0 0 20px 0;
	padding:0 0 20px;
	border-bottom:1px solid #e4e4e4; }

.ticketInfoInner2 {
	width: 730px;
	margin: 0 auto;
	padding:0; }

.ticketInfoInner3 {
	width: 730px;
	margin: 0 auto 20px;
	padding:0 0 20px;
	border-bottom:1px solid #e4e4e4; }

.ticketInfoInner a {
	color: #e05e9e;
	text-decoration: underline;
	font-weight:bold;}
.ticketInfoInner a:hover {
	text-decoration: none; }

h3.ticketInfoTtl {
	color: #FFF;
	width: 740px;
	height: 60px;
	margin: 10px auto 30px auto;
	text-align: center;
	line-height: 48px;
	font-size: 113%;
	background-image: url(../img/theater/ticket/bg_ttlbar.gif);
	background-position: 0 0;
	background-repeat: no-repeat; }

.ticketInfoBtn {
	width: 370px;
	height: 65px;
	margin: 0 auto; }

table.ticketInfoTable {
	width:360px;
	font-size: 75%;
	color: #595757;
	border-top: 1px solid #f596b4;
	border-left: 1px solid #f596b4;
	text-align: center; }

table.ticketInfoTable td {
	width:33%;
	padding: 10px;
	border-right: 1px solid #f596b4;
	border-bottom: 1px solid #f596b4;
	vertical-align: middle; }

td.ticketInfoTablePink {
	background-color: #fbdfe5; }

.ticketInfoTableRight {
	width: 120px; }

h4.ticketInfoTtl2 {
	font-size: 113%;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #323232; }

h4.ticketInfoTtl2 span {
	font-size: 65%;
	font-weight: normal;}

p.ticketInfoText {/*12px margin0*/
	font-size: 75%;
	margin: 0 0 0;
	color: #595757; }
p.ticketInfoText02 {/*12px margin30*/
	font-size: 75%;
	margin: 0 0 30px;
	color: #595757; }
p.ticketInfoText03 {/*14px margin12*/
	font-size: 88%;
	margin: 0 0 12px;
	color: #595757; }
p.ticketInfoText04 {/*14px Pink margin0*/
	font-size: 75%;
	margin: 0 0 0;
	color: #938e87; }
p.ticketInfoText05{/*14px margin5*/
	font-size: 88%;
	margin: 0 0 5px;
	color: #595757; }

p.ticketInfoText span,
p.ticketInfoText02 span,
p.ticketInfoText03 span {
	font-weight: bold;
	color: #e05e9e; }

p.ticketInfoText02 span.pk_nomal {
	font-weight:normal;}

p.ticketInfoText b {
	font-weight: bold;
	color: #000000; }

p.ticketInfoText a {
	color: #e05e9e;
	text-decoration: underline; }

p.ticketInfoText a:hover {
	color: #e05e9e;
	text-decoration: none; }

h4.ticketInfoOuboAlertTtl {
	color: #e05e9e;
	font-weight: bold;
	font-size: 123%;
	margin: 0 0 10px 0;
}


/*チケット購入方法 */
.ticketInfoStep {
	width:730px;}
.ticketInfoStep li{
	float:left;
	margin:0;}

/*チケット購入詳細 */
.ticketInfoArrow {
	margin:0 0 30px 15px;
	border-left:12px solid #f495b3;
	padding:10px 0 10px 50px;
	position:relative;}
.ticketInfoArrow2 {
	margin:0 0 30px 27px;
	padding:10px 0 10px 50px;
	position:relative;}
.ticketInfoArrow.reset {
	margin:0 0 0 75px;
	border-left:none;
	padding:10px 0 0;}
.ticketInfoArrow img.arrow_pk{
	position:absolute;
	bottom:0px;
	left:-16px;}

p.ticketInfoAlert {
	margin: 5px 0 0 0;
	font-size: 69%;
	color: #595757; }

/* チケット応募方法 */
.ticketInfoOubo {
	width: 730px;
	margin: 0 auto 23px;}
.ticketInfoFrame{
	border-left:4px solid #df5d9d;
	border-right:4px solid #df5d9d;
	padding:20px 0 20px ;}
.frameBottom,.frameBottom img {
	height:8px;
	line-height:0;
	font-size:0;}
.ticketInfoOuboAlert {
	width: 660px;
	padding: 20px 0 20px 0;
	margin: 0 auto ;}
.ticketInfoOuboAlert li{
	font-size:88%;
	font-weight:normal;
	color:#595757;
	line-height:20px;
	margin:0 0 15px;
	background:url(../img/theater/ticket/disc_pink.png) 0 6px no-repeat;
	padding:0 0 0 15px;}
.ticketInfoOuboAlert li span{
	font-size:75%;
	display:inline-block;
	margin:0 0 8px;}

.ticketInfoFlow li{
	margin: 0 auto 20px;
	padding:0 0 20px;
	border-bottom:1px solid #e4e4e4;}
.ticketInfoFlow li.reset{
	margin: 0 auto ;
	padding:0 0 0;
	border-bottom:none;}

.ticketInfoFlow h4 {
	padding:5px 0 5px 40px;
	margin:0 0 20px;
	color: #e05e9e;
	font-size: 113%;
	font-weight: bold; }


.ticketInfoFlow h5 {
	color:#585656;
	font-size:88%;
	font-weight:bold;}


.ticketInfoFlow .ico_num01 {	background:url(../img/theater/ticket/num01.png) 0 50% no-repeat;}
.ticketInfoFlow .ico_num02 {	background:url(../img/theater/ticket/num02.png) 0 50% no-repeat;}
.ticketInfoFlow .ico_num03 {	background:url(../img/theater/ticket/num03.png) 0 50% no-repeat;}
.ticketInfoFlow .ico_num04 {	background:url(../img/theater/ticket/num04.png) 0 50% no-repeat;}
.ticketInfoFlow .ico_num05 {	background:url(../img/theater/ticket/num05.png) 0 50% no-repeat;}


.ticketInfoFlow .frame_grey{
	border:1px solid #e4e4e4;
	padding:20px 20px 20px 40px;
	margin:25px 0 0 ;}
.ticketInfoFlow .frame_grey h5{
	background:url(../img/theater/ticket/disc_grey.png) 0 40% no-repeat;
	padding:0 0 0 20px;
	margin:0 0 0 -20px}

/* チケット購入ボタン */
.ticketInfoBtnArea {
	background:#f596b4;
	width: 660px;
	padding:25px 0;
	margin: 0 0 20px 0;
	text-align:center;}
.ticketInfoBtnArea h3{
	margin:0 0 18px; }
.dateRevision {
	color:#fff;
	font-size:88%;
	margin:0 0 30px;}
.ticketInfoBtnArea a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; }

/* ---------------------------------------------------------
■ NEWS
--------------------------------------------------------- */

.news ul {
	overflow: hidden;
	border-top: 1px solid #E5E5E5;
}

.news li {
	border-bottom: 1px solid #E5E5E5;
}

.news .newsItem {
	width: 100%;
	height: 32px;
	position: relative;
}

.news .news_date {
	position: absolute;
	width: 80px;
	color: #595757;
	font-size: 75%;
	line-height: 32px;
	margin: 0;
	top: 0;
	left: 70px;
	float: left;
}

.news .news_category {
	position: absolute;
	width: 118px;
	font-size: 69%;
	line-height: 20px;
	text-align: center;
	top: 5px;
	left: 170px;
	float: left;
}

.news .news_text {
	position: absolute;
	width: 430px;
	height: 32px;
	color: #595757;
	font-size: 75%;
	line-height: 32px;
	text-align: left;
	top: 0;
	left: 310px;
	float: left;
	overflow: hidden;
}

.news .news_text p {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer;
}

.news .news_text a {
	color: #595757;
	font-size: 100%;
	text-decoration: none;
}

.news .news_text a:hover {
	text-decoration: underline;
}

.news .right {
	position: relative;
	height: 50px;
}

.news .right a {
	position: absolute;
    display: block;
    width: 120px;
    height: 35px;
	bottom: 0px;
	right: 0px;
    background: url("../img/top/btn_news_more.png") no-repeat scroll 0% 0% transparent;
}

.news .right a:hover {
	background-position: 0 -65px;
}

/* ---------------------------------------------------------
■ MVP
--------------------------------------------------------- */
.mvpContents {
	width: 752px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1; }

.mvpInner {
	width: 740px;
	margin: 30px auto; }

.mvpInner2 {
	width: 740px;
	margin: 30px auto 0 auto; }

h3.mvpTtl {
	color: #FFF;
	width: 740px;
	height: 60px;
	margin: 0 auto 30px auto;
	text-align: center;
	line-height: 48px;
	font-size: 113%;
	background-image: url(../img/theater/mvp/bg_ttlbar.gif);
	background-position: 0 0;
	background-repeat: no-repeat; }

.mvpTitle {
	width: 700px;
	margin: 0 auto;
	overflow: hidden; }

.mvpLeft {
	width: 254px;
	height: 234px;
	margin: 0;
	padding: 0;
	float: left; }

h3.mvpIcon {
	width: 254px;
	height: 234px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/theater/mvp/bg_mvpTtl.gif);
	background-position: 0 0;
	background-repeat: no-repeat; }

.mvpRight {
	width: 420px;
	height: 234px;
	margin: 0;
	padding: 0;
	float: right; }

h4.mvpAboutTtl {
	width: 86px;
	height: 17px;
	margin: 60px 0 15px 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/theater/mvp/ttl_aboutmvp.gif);
	background-position: 0 0;
	background-repeat: no-repeat; }

p.mvpAboutDesk {
	color: #595757;
	font-size: 88%;
	line-height: 1.56em; }

.mvpInner2 ul {
	width: 720px;
	margin: 0 -20px 0 20px;
	overflow: hidden;
	*zoom: 1; }

li.mvpArticle {
	width: 160px;
	height: 50px;
	margin: 0 20px 20px 0;
	padding: 14px 0 0 0;
	float: left;
	background-image: url(../img/theater/mvp/bg_mvp.gif);
	background-position: 0 0;
	background-repeat: no-repeat; }

h4.mvpName {
	font-size: 88%;
	color: #e7c77e;
	margin: 0 0 2px 0;
	line-height: 1.3em;
	text-align: center; }

p.mvpDate {
	font-size: 75%;
	color: #FFF;
	line-height: 1.3em;
	text-align: center; }

.mvpPager {
	border-top: 2px solid #fbe0e6;
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0; }

.mvpPagerBack {
	width: 175px;
	height: 46px;
	float: left; }

.mvpPagerBack a {
	width: 175px;
	height: 46px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/theater/mvp/btn_back.gif);
	background-position: 0 0;
	background-repeat: no-repeat; }


.mvpPagerNext {
	width: 175px;
	height: 46px;
	float: right; }

.mvpPagerNext a {
	width: 175px;
	height: 46px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	background-image: url(../img/theater/mvp/btn_next.gif);
	background-position: 0 0;
	background-repeat: no-repeat; }

.mvpPagerBack a:hover, .mvpPagerNext a:hover {
	background-position: 0 -48px; }

.mvpPagerPage {
	width: 350px;
	margin: 12px 0 0 0;
	float: left; }

.mvpPagerPage ul {
	text-align: center; }

.mvpPagerPage ul li {
	display: inline;
	font-size: 75%;
	margin: 0 7px; }

.mvpPagerPage ul li a {
	color: #595757;
	text-decoration: underline; }

.mvpPagerPage ul li a:hover {
	text-decoration: none; }

.mvpPagerPage ul li.mvpCurrent {
	color: #e05e9e;
	text-decoration: none; }



/* ---------------------------------------------------------
■ ステージソングス
--------------------------------------------------------- */
.stageSongs {
	width: 740px;
	margin: 30px auto 0 auto; }

h3.stageSongsMainTitle {
	color: #FFF;
	width: 740px;
	height: 60px;
	margin: 0 auto 30px auto;
	text-align: center;
	line-height: 48px;
	font-size: 113%;
	background-image: url(../img/theater/mvp/bg_ttlbar.gif);
	background-position: 0 0;
	background-repeat: no-repeat; }

.stageSongsArticle {
	width: 700px;
	margin: 0 auto 30px auto;
	overflow: hidden; }

.stageSongsArticleLeft {
	width: 80px;
	float: left; }

h4.stageSongsTeamLogo {
	width: 80px;
	height: 120px; }

.stageSongsArticleRight {
	width: 614px;
	float: right; }

.stageSongsArticleRight ul {
	width: 614px;
	overflow: hidden;
	*zoom: 1; }

.stageSongsArticleRight li {
	float: left;
	margin: 0 0 30px 30px; }

.stageSongsImage {
	width: 277px;
	height: 230px;
	margin: 0 0 5px 0; }

h5.stageSongsTitleTA, h5.stageSongsTitleTK, h5.stageSongsTitleTB, h5.stageSongsTitleT4, h5.stageSongsTitleTH {
	font-size: 157%;
	line-height: 1.5em;
	width:277px;
}

h5.stageSongsTitleTA {	color: #e05e9e; }
h5.stageSongsTitleTK {	color: #64b000; }
h5.stageSongsTitleTB {	color: #26a6e0; }
h5.stageSongsTitleT4 {	color: #fcc300; }
h5.stageSongsTitleTH {  color: #1e3d7e; }

p.stageSongsDateTA, p.stageSongsDateTK, p.stageSongsDateTB, p.stageSongsDateT4, p.stageSongsDateTH {
	font-size: 75%;
	line-height: 1.4em; }

p.stageSongsDateTA { color: #e05e9e; }
p.stageSongsDateTK { color: #64b000; }
p.stageSongsDateTB { color: #26a6e0; }
p.stageSongsDateT4 { color: #fcc300; }
p.stageSongsDateTH { color: #1e3d7e; }


.stageSongsTeamNav {
	width: 710px;
	height: 60px;
	margin: 0 auto 35px auto; }

.stageSongsTeamNav ul {
	width: 710px;
	height: 60px; }

li.sStA, li.sStK, li.sStB, li.sSt4, li.sStH {
	width: 170px;
	height: 60px;
	float: left; }

li.sStA, li.sStB { margin: 0 10px 0 0; }
li.sStK { margin: 0 10px 0 0; }
li.sSt4 { margin: 0; }
li.sStH { margin: 0; }

li.sStA a, li.sStK a, li.sStB a, li.sSt4 a, li.sStH a {
	width: 170px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/about/song/nav_team.gif);
	background-repeat: no-repeat; }

li.sStA a {	background-position: 0 0; }
li.sStK a {	background-position: -180px 0; }
li.sStB a {	background-position: -360px 0; }
li.sSt4 a {	background-position: -540px 0; }

li.sStA a:hover {	 background-position: 0 -62px; }
li.sStK a:hover { background-position: -180px -62px; }
li.sStB a:hover { background-position: -360px -62px; }
li.sSt4 a:hover {	 background-position: -540px -62px; }

li.sStA .sSongscurrent, li.sStK .sSongscurrent, li.sStB .sSongscurrent, li.sSt4 .sSongscurrent {
	width: 170px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/about/song/nav_team.gif);
	background-repeat: no-repeat; }

li.sStA .sSongscurrent { background-position: 0 -124px; }
li.sStK .sSongscurrent { background-position: -180px -124px; }
li.sStB .sSongscurrent { background-position: -360px -124px; }
li.sSt4 .sSongscurrent { background-position: -540px -124px; }



.stageSongsSongNav {
	width: 740px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.stageSongsSongNavLeft {
	width: 80px;
	padding: 0 50px;
	margin: 0;
	float: left; }

.stageSongsSongNavRight {
	width: 560px;
	margin: 0;
	float: left; }

h4.stageSongsSongNavSubTitleA, h4.stageSongsSongNavSubTitleK, h4.stageSongsSongNavSubTitleB, h4.stageSongsSongNavSubTitle4, h4.stageSongsSongNavSubTitleH, h5.stageSongsTitleT4 {
	font-size: 100%;
	line-height: 1.4em;
	margin: 10px 0 0 0;
	font-weight: normal; }

h4.stageSongsSongNavSubTitleA { color: #e05e9e; }
h4.stageSongsSongNavSubTitleK { color: #64b000; }
h4.stageSongsSongNavSubTitleB { color: #26a6e0; }
h4.stageSongsSongNavSubTitle4 { color: #fcc300; }
h4.stageSongsSongNavSubTitleH { color: #1e3d7e; }

h3.stageSongsSongNavTitleA, h3.stageSongsSongNavTitleK, h3.stageSongsSongNavTitleB, h3.stageSongsSongNavTitle4, h3.stageSongsSongNavTitleH {
	font-size: 205%;
	line-height: 1.4em;
	margin: 0 0 5px 0; }

h3.stageSongsSongNavTitleA { color: #e05e9e; }
h3.stageSongsSongNavTitleK { color: #64b000; }
h3.stageSongsSongNavTitleB { color: #26a6e0; }
h3.stageSongsSongNavTitle4 { color: #fcc300; }
h3.stageSongsSongNavTitleH { color: #1e3d7e; }

.stageSongsSongNavList { width: 400px; }
.stageSongsSongNavList select { width: 400px; }



.stageSongsArticleList {
	display: table;
	width: 750px;
	margin: 0 auto; }

.stageSongsArticleList ul {
	display: table-row;
	width: 750px; }

.stageSongsArticleList ul li {
	display: table-cell;
	width: 210px;
	padding: 0 20px 50px 20px; }

h5.stageSongsATitleTA, h5.stageSongsATitleTK, h5.stageSongsATitleTB, h5.stageSongsATitleT4, h5.stageSongsATitleTH {
	font-size: 100%;
	margin: 5px 0;
	font-weight: bold;
	line-height: 1.4em; }

h5.stageSongsATitleTA { color: #e05e9e; }
h5.stageSongsATitleTK { color: #64b000; }
h5.stageSongsATitleTB { color: #26a6e0; }
h5.stageSongsATitleT4 { color: #fcc300; }
h5.stageSongsATitleTH { color: #1e3d7e; }

p.stageSongsADate {
	font-size: 75%;
	margin: 0 0 3px 0;
	line-height: 1.5em;}

p.stageSongsADate a {
	color: #e05e9e; }

p.stageSongsADate a:hover {
	color: #f596b4; }

p.stageSongsADateUnit {
	font-size: 81%;
	margin: 3px 0 0 0;
	font-weight: bold;
	line-height: 1.5em;}

h5.stageSongsAPop {
	width: 210px;
	height: 29px;
	margin: 10px 0; }

h5.stageSongsAPop span {
	width: 210px;
	height: 29px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../img/about/song/btn_mr.gif) 0 0 no-repeat; }

h5.stageSongsAPop span:hover { background-position: 0 -31px; }

.stageSongsABtn {
	width: 275px;
	height: 46px;
	margin: 0 auto 30px auto; }

.stageSongsABtn a {
	display: block;
	text-indent: -9999px;
	width: 275px;
	height: 46px;
	background: url(../img/about/song/btn_stagesongstop.gif) 0 0 no-repeat; }

.stageSongsABtn a:hover { background-position: 0 -48px; }


.stageSongsBody {
	background-color: #FFF;
	width: 100%;
	min-width: 100%;
	padding: 30px;
	text-align: left;
	 overflow-x: hidden; }

.stageSongsDetailWrapper {
	width: 630px; }

.stageSongsDetailTitleArea {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	margin: 0 0 10px 0; }

h3.stageSongsDetailTitleTA, h3.stageSongsDetailTitleTK, h3.stageSongsDetailTitleTB, h3.stageSongsDetailTitleT4, h3.stageSongsDetailTitleTH {
	font-size: 156%;
	line-height: 1.5em;
	float: left; }

h3.stageSongsDetailTitleTA { color: #e05e9e; }
h3.stageSongsDetailTitleTK { color: #64b000; }
h3.stageSongsDetailTitleTB { color: #26a6e0; }
h3.stageSongsDetailTitleT4 { color: #fcc300; }
h3.stageSongsDetailTitleTH { color: #1e3d7e; }

p.stageSongsLyricWriter {
	font-size: 75%;
	line-height: 1.6em;
	margin: 0 0 20px 0; }

.stageSongsYoutube {
	height: 350px;
	margin: 0 0 30px 0;
	text-align: center;}

.stageSongsFlash {
	height: 450px;
	margin: 0 0 30px 80px;
	text-align: center;}

.stageSongsLyricArea {}

.stageSongsLyrics {
	overflow: hidden; }

.stageSongsLyricsLeft {
	width: 200px;
	float: left; }

.stageSongsLyricsCenter {
	width: 200px;
	float: left;
	margin: 0 15px; }

.stageSongsLyricsRight {
	width: 200px;
	float: left; }

.stageSongsLyrics p {
	font-size: 75%;
	line-height: 1.6em;
	margin: 0 0 20px 0; }

.popupInner {
	position: fixed;
	top: 5%;
	left: 50%;
	height: 80%;
	margin: 0 0 0 -345px;
	min-height: 510px;
	max-height: 700px;
	width: 690px;
	background-color: #fff; }
/* ---------------------------------------------------------
■ 3×3タイプ　総合案内
--------------------------------------------------------- */
.general_3_3{
	clear:both;
}
.general_3_3 .theaterGuide{
	width: 752px;
	line-height: 1.0;
}
.general_3_3 .theaterGuideWrapper{
	width: 684px;
	margin: 0px auto;
}
.general_3_3 .theaterGuide div.item {
	float: left;
	text-align: center;
	margin: 0px 20px 20px 0px;
}

.general_3_3 .theaterGuide div.item_last {
	margin-right: 0px;
}
.general_3_3 .theaterGuide div.item :hover{
	opacity: 0.9;
}
.general_3_3 .theaterGuide div.item_2 {
	padding: 10px 0px 0px;
	text-align: center;

}
.general_3_3 .theaterGuide div.item_2 :hover{
	opacity: 0.9;
}

/* ---------------------------------------------------------
■ 総合案内
--------------------------------------------------------- */
.generalGuide{
	width: 752px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1; }
.generalGuide a.opa70:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; }
.generalGuide a {
	font-size: 81%;
	color: #e05e9e;
	text-decoration: underline; }

.generalGuide a:hover {
	text-decoration: none; }

.generalGuide h3.guidettl {
	color: #FFF;
	width: 740px;
	height: 60px;
	margin: 30px auto 36px auto;
	text-align: center;
	line-height: 48px;
	font-size: 113%;
	background-image: url(../img/theater/mvp/bg_ttlbar.gif);
	background-position: 0 0;
	background-repeat: no-repeat; }


/* generalGuide_inner */
.generalGuide .generalGuide_inner {
	width:730px;
	margin:0 auto;}
.generalGuide h4{
	margin:0 auto 11px;
	text-align:center;}
.generalGuide .sttl_area {
	margin:0 0 10px;}
.generalGuide .sttl_area li{
	width:359px;
	float:left;
	margin:0 12px 0 0 ;}
.generalGuide .sttl_area li.reset{
	margin:0 0 0 0 ;}

/* カルーセル */
#guide_sli_cover{
	position: relative;
	width:730px;
	margin:0 auto 40px;}
#guide_sli li {
	margin:0;
	float:left;
	padding:0;}
/*
a.prev, a.next {
	background: url(../img/theater/index/parts_carousel.png) no-repeat transparent;
	width: 10px;
	height: 21px;
	display: block;
	position: absolute;
	top: 150px;}
a.prev {left: 10px;background-position: -20px 0; }
a.prev:hover {background-position: -30px 0; }
a.next {right: 10px;background-position: 0 0; }
a.next:hover {background-position: -10px 0; }
*/

a.prev span, a.next span {display: none;}
.pagination {text-align: center; position:absolute;bottom:10px; z-index: 999;width: 730px;}
.pagination a {
	background: url(../img/theater/index/parts_carousel.png) 0 -31px no-repeat transparent;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	display: inline-block;}
.pagination a.selected {background-position: -18px -31px;	cursor: default;}
.pagination a span {display: none;}
/* カルーセル end */

.generalGuide .text_center{
	text-align:center;
	margin:0 0 46px;}
.generalGuide .text_center a{
	display:block;
	margin:20px  auto 0 ;
	width:180px;}
.generalGuide .map a{
	display:block;
	margin:5px 0 0 ;}
.generalGuide .btn_area {
	margin:0 0 45px 0;}
.generalGuide .btn_area li{
	width:357px;
	float:left;
	margin:0 15px 0 0;}

ul.add {
	overflow: hidden;
	*zoom: 1; }

.generalGuide .add li{
	width:356px;
	float:left;
	margin:62px 14px 30px 0 ;
	padding-left:10px;}
.generalGuide .add li.reset{
	margin-right:0 ;}
.generalGuide .add li dl {
	font-size: 81%;
	line-height: 1.6em;
	font-weight:bold;
	color:#585656;}
.generalGuide .add li dt{
	margin:0 0 15px ;}
.generalGuide .add li dd.ico_train {
	background:url(../img/theater/index/icon_train.png) 0 0 no-repeat;
	margin:0 0 20px;
	padding:0 0 0 36px;}
.generalGuide .add li dd.ico_car {
	background:url(../img/theater/index/icon_car.png) 0 0 no-repeat;
	padding:0 0 0 36px;}
.generalGuide .add li dd span.f_pk {
	display:block;
	color: #e05e9e;}

#map-canvas {
	width: 730px;
	height: 370px;
	display: block; }

.btn_area2 {
	width: 746px;
	height: 56px; }

h5.aboutTtl {
	text-align: center;
	font-size: 100%;
	color: #595757;
	margin: 0 0 5px 0;
	font-weight: bold; }

p.aboutDesk {
	text-align: center;
	font-size: 88%;
	margin: 0 0 30px 0;
	color: #595757; }

.aboutImages {
	text-align: center;
	margin: 0 0 30px 0; }

.aboutImages h4 {
	margin: 0 0 10px 0; }

p.aboutDesk2 {
	text-align: center;
	font-size: 100%;
	line-height: 1.6em;
	margin: 0 0 30px 0;
	color: #595757; }


/* ---------------------------------------------------------
■ AKB48劇場とは
--------------------------------------------------------- */
.aboutSec{
	width: 752px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1; }
.aboutSec a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; }

.aboutSec h3.aboutttl {
	color: #FFF;
	width: 740px;
	height: 60px;
	margin: 30px auto 36px auto;
	text-align: center;
	line-height: 48px;
	font-size: 113%;
	background-image: url(../img/theater/mvp/bg_ttlbar.gif);
	background-position: 0 0;
	background-repeat: no-repeat; }

/* aboutSec_inner */
.aboutSec .aboutSec_inner {
	width:730px;
	margin:0 auto;
	text-align:center;}
.aboutSec .aboutSec_inner h4 {
	margin:0 0 36px;}
.aboutSec .aboutSec_inner p {
	margin:0 0 36px;}
.aboutSec .aboutSec_inner .about_sli{
	margin:0 0 40px;}
.aboutSec  .btn_area {
	margin:0 auto 10px;
	width:742px;}
h4.scheduleArticleTitle {
	position: relative;
	overflow: hidden;
	height: 56px;
	font-size: 81%;
	line-height: 1.4em;
	z-index: 100; }

/* カルーセル */
.about_sli{
	position: relative;
	width:730px;}
#about_sli01,#about_sli02{
	margin:0 auto 40px;}
#about_sli03{
	margin:0 auto 30px;}
.about_sli  li {
	margin:0;
	padding:0;
	float:left;}


/* ---------------------------------------------------------
■ ルール
--------------------------------------------------------- */
.ruleContents {
	width: 752px;
	margin: 0 auto;
	overflow: hidden;
	*zoom: 1; }

.ruleInner {
	width: 740px;
	margin: 30px auto; }

.ruleInner2 {
	width: 740px;
	margin: 30px auto 0 auto; }

h3.ruleTtl {
	color: #FFF;
	width: 740px;
	height: 60px;
	margin: 0 auto 30px auto;
	text-align: center;
	line-height: 48px;
	font-size: 113%;
	background-image: url(../img/theater/rule/bg_ttlbar.gif);
	background-position: 0 0;
	background-repeat: no-repeat; }

.ruleInner ul {
	text-align: center; }

.ruleInner ul li {
	display: inline;
	margin: 10px 5px 0 5px; }

p.ruleInnerDesk {
	color:#585656;
	font-size: 75%;
	line-height: 1.58em;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
	background-image: url(../img/theater/rule/image_maru.gif);
	background-position: 0 2px;
	background-repeat: no-repeat; }

p.ruleInnerDesk2 {
	color:#585656;
	font-size: 75%;
	line-height: 1.58em;
	margin: 0 0 20px 0;
	padding: 0 0 0 15px; }

p.ruleInnerDesk3 {
	color:#585656;
	font-size: 75%;
	line-height: 1.58em;
	margin: 0; }

span.ruleInnerDeskPink {
	color:#e05e9e; }

span.ruleInnerDeskRed {
	color:#db0012; }

h4.ruleInnerBtn {
	width: 400px;
	height: 35px;
	margin: 0 auto; }

h4.ruleInnerBtn a {
	width: 400px;
	height: 35px; }

h4.ruleInnerBtn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; }

/* ---------------------------------------------------------
■ 客席案内
--------------------------------------------------------- */
.generalGuide .seat {
	position:relative;
}
.generalGuide .seat ul li #camera0 {
	position:absolute;
	top:135px;
	left:360px;
}
.generalGuide .seat ul li #camera1 {/*最前列席*/
	position:absolute;
	top:240px;
	left:95px;
}
.generalGuide .seat ul li #camera2 {
	position:absolute;
	top:310px;
	left:80px;
}
.generalGuide .seat ul li #camera3 {
	position:absolute;
	top:310px;
	left:360px;
}
.generalGuide .seat ul li #camera4 {/*立ち見*/
	position:absolute;
	top:445px;
	left:550px;
}
.generalGuide .seat ul li #camera5 {
	position:absolute;
	top:300px;
	left:570px;
}
.generalGuide .seat ul li #camera6 {
	position:absolute;
	top:165px;
	left:610px;
}
.generalGuide .seat ul li{
	opacity: 0.55;
}

.buttonClose {
	position: absolute;
	cursor:pointer;
	top: 0px;
	right: -28px;
}
.buttonClose:hover {
	opacity: 0.8;
}
.forSide a.prev,
.forSide a.next,
.forSide0 a.prev,
.forSide0 a.next{
	display: block;
	position: absolute;
	top: 319px;
	width: 42px;
	height: 42px; }
.forSide a.prev,
.forSide0 a.prev{
	left: -45px;
	background: url(../img/top/btn_popSlide_prev.png) no-repeat 0 0;
}
.forSide a.next,
.forSide0 a.next {
	right: -45px;
	background: url(../img/top/btn_popSlide_next.png) no-repeat 0 0;
}
.forSide a.prev.disabled,
.forSide a.next.disabled {
	background-image:none;
	cursor: default;
	background-position: 0 -72px;
}
.forSide0 a.prev.disabled,
.forSide0 a.next.disabled {
	cursor: default;
	background-position: 0 -72px;
}
.forSide a.prev.disabled:hover,
.forSide a.next.disabled:hover {
	background-image:none;
	cursor:default;
	background-position:0 -72px;
}
.content_box {
	width:730px;
	margin:0 auto 20px;
}
.ticket_flow_box {
	background-image:url('/common/img/theater/bg_ticket_flow.png');
	background-repeat:no-repeat;
	width:731px;
	height:160px;
	margin:0 auto;
	position:relative;
}

.ticket_flow_box a {
	color: #DF5D9D;
	text-decoration: underline;
}

.ticket_flow_box a:hover {
    color: #E67DB0;
    text-decoration: none;
}

.ticket_flow_text01 {
	width:117px;
	font-size:13px;
	position:absolute;
	left:30px;
	top:41px;
}
.ticket_flow_text02 {
	width:65px;
	font-size:13px;
	position:absolute;
	left:180px;
	top:41px;
}
.ticket_flow_text03 {
	width:183px;
	font-size:13px;
	position:absolute;
	left:292px;
	top:41px;
}
.ticket_flow_text04 {
	width:105px;
	font-size:13px;
	position:absolute;
	left:525px;
	top:41px;
}
.ticket_flow_text05 {
	width:47px;
	font-size:13px;
	position:absolute;
	left:669px;
	top:41px;
}
.talk_wrap {
	padding-top:15px;
}
.box_wrapper_r {
	padding: 30px 30px 0;
	position: relative;
	float:right;
}
.box_wrapper_r .box {
	position: relative;
	background: #f596b4;
	border-radius:30px;
	padding:20px 30px;
	color:#000000;
	z-index:1000;
	max-width:400px;
	line-height: 1.5em;
}
.box_wrapper_r:after {
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 20px;
	z-index: 1;
	background: #ffffff;
	top: 15px;
	right: 5px;
}
.box_wrapper_r:before {
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 20px;
	z-index: 1;
	background: #f596b4;
	top: 30px;
	right: 15px;
}

.manager_talk_box {
	padding:10px 0;
}

.manager_talk_box a {
	color: #DF5D9D;
	text-decoration: underline;
}

.manager_talk_box a:hover {
    color: #E67DB0;
    text-decoration: none;
}

.box_wrapper_l {
	padding: 30px 30px 0;
	position: relative;
	float:left;
}
.box_wrapper_l .box {
	position: relative;
	background: #fbdfe5;
	margin-bottom: 20px;
	border-radius: 30px;
	padding:20px 30px;
	color:#000000;
	z-index:1000;
	max-width:400px;
	line-height: 1.5em;
}
.box a{
	color:#df5d9d;
	text-decoration:underline;
}
.box a:hover{
	color:#e67db0;
	text-decoration:none;
}
.box_wrapper_l:after {
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 20px;
	z-index: 1;
	background: #ffffff;
	top: 15px;
	left: 5px;
}
.box_wrapper_l:before {
	content: '';
	position: absolute;
	height: 50px;
	width: 50px;
	border-radius: 20px;
	z-index: 1;
	background: #fbdfe5;
	top: 30px;
	left: 15px;
}
.box_wrapper_l .talk_box{

}
.box_wrapper_l .talk_box:after{
	content:"";
	clear:both;
	display:block;
}
.box_wrapper_l .talk_box .text_pict{
	/* 右側に画像を入れたい場合はwidthを調整して入るように調整する。*/
	float:left;
}
.box_wrapper_l .talk_box .text_pict a{
	color:#df5d9d;
	text-decoration:underline;
}
.box_wrapper_l .talk_box .text_pict a:hover{
	color:#e67db0;
	text-decoration: none;
}
.color_text{
	color:fuchsia;
	text-decoration: underline;
}
.ticket_view_02 img{
	margin-top:15px;
	max-width:410px;
	height:auto;
}
.ticket_view_03 img{
	max-width:249px;
	height:auto;
}
.ticket_view_04 img{
	max-width:249px;
	height:auto;
}
.family_pict{
	float:right;
	vertical-align: center;
}
dd .talk_link{
	color:#df5d9d;
	text-decoration: underline;
	text-align:right;
	margin-bottom:20px;
	cursor:pointer;
}
.back_arrow{
	background-image:url('/common/img/theater/step_arrow_line.png');
	background-repeat:repeat-y;
	background-position:29px 0px;
}
.back_arrow_point{
	background-repeat:no-repeat;
	background-position:29px 0px;
	width:50px;
	height:9px;
}
.trigger{
	width:654px;
	height:57px;
	font-size:18px;
	font-weight:bold;
	line-height:57px;
	color:#595757;
	background-image:url('/common/img/theater/bg_accordion01_open.png');
	cursor:pointer;
}
.trigger_2{
	background-image:url('/common/img/theater/bg_accordion02_open.png');
	width:654px;
	height:46px;
	font-size:16px;
	line-height:46px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
}
.trigger_2_title {
	padding-left:24px;
}
.trigger_3{
	width:740px;
	height:57px;
	font-size:18px;
	font-weight:bold;
	line-height:57px;
	color:#595757;
	background-image:url('/common/img/theater/bg_accordion03_open.png');
	cursor:pointer;
}
.theater_info {
	background-image:url('/common/img/theater/bg_1.jpg');
	width:720px;
	height:57px;
	font-size:18px;
	font-weight:bold;
	line-height:57px;
	color:#595757;
}
.link_btn {
	float:right;
}
.link_btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.tickets_accodion_text2{
	border:solid 1px #f596b4;
	font-size:12px;
	padding:20px;
	margin-top:10px;
}
.tickets_accodion_text2_title{
	padding-bottom: 3px;
	font-size:16px;
	line-height:1.6em;
	color:#000;
}
.tickets_accodion_text2_title .marker{
	font-size:17px;
	color:#f495b3;
}

.tickets_accodion_text2_content{
	font-size:14px;
	margin:0;
	line-height:1.6em;
	color:#595757;
}
.tickets_accodion_text2_notice {
	color:#595757;
	font-size:13px;
}
.tickets_accodion_text2_black {
	color:#000000;
}
.tickets_accodion_text2 hr{
	height: 1px;
	background-color: #f596b4;
	border: none;
	color: #f596b4;
	margin:15px 0;
}
.page_menu{
	margin-left:15px;
	text-align:center;
}
.page_menu a{
	display:block;
	width:240px;
	float:left;
	margin-left:10px;
}
.page_menu a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.generalGuide h3.how_to_ttl {
	width: 740px;
	height: 60px;
	margin: 30px auto 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.how_to_ttl01 {
	background-image: url(../img/theater/how_to_enjoy/header_how_to_01.png);
}
.how_to_ttl02 {
	background-image: url(../img/theater/how_to_enjoy/header_how_to_02.png);
}
.how_to_ttl03 {
	background-image: url(../img/theater/how_to_enjoy/header_how_to_03.png);
}
.generalGuide h3.how_to_ttl span {
	display: none;
}
.how_to_box {
	width:740px;
	margin-left:25px;
}
/* ---------------------------------------------------------
■ 支配人
--------------------------------------------------------- */
.generalGuide .manager_comment{
	position: relative;
	width:548px;
	height:auto;
	margin-left:100px;
	padding: 25px 30px;
	line-height: 1.5em;
	background: #FBDFE5;
	border-radius:30px;
	z-index: 1000;
}

.generalGuide .manager_comment:after {
	content: '';
	position: absolute;
	height: 24px;
	width: 30px;
	border-radius: 0 0 32px 0;
	z-index: 0;
	background: #ffffff;
	bottom: -24px;
	left: 38px;
}
.generalGuide .manager_comment:before {
	content: '';
	position: absolute;
	height: 24px;
	width: 50px;
	border-radius: 0 0 32px 0;
	z-index: -1;
	background: #FBE0E6;
	bottom: -22px;
	left: 40px;
}

.generalGuide .manager_comment .manager_comment_box{
	text-align:left;
	color:#595757;
	font-size: 16px;
	z-index: 1000;
}
.generalGuide .manager_image_box{
	margin-left:20px;
	vertical-align: bottom;
}
.manager{
	float:left;
}
.manager_profile {
	float:left;
	padding:93px 0 18px 10px;
}
.manager_name {
	color:#F596B4;
	font-size:16px;
}
.manager_title {
	color:#595757;
	font-size:14px;
}
.cameraDataInner1 li div img{
	height:460px;
}
.scroll_view{
	height:460px;
	width:690px;
	overflow-x:scroll;
	overflow-y:hidden;
}
.popupText{
	height:auto;
/*	overflow-y:scroll;*/
}
.popupText p{
	height:auto;
	overflow:hidden;
}

.cameraData0 p,.cameraData1 p,.cameraData2 p,.cameraData3 p,.cameraData4 p,.cameraData5 p,.cameraData6 p{
	font-size:20px;
	font-weight:bold;
	color:#e05e9e;
	padding:20px;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 99999; }

@-moz-document url-prefix() {
#tiptip_holder {
    top: 0px;
  }
}

#tiptip_holder.tip_right { padding-left: 5px; }

#tiptip_content {
	text-align: left;
	font-size: 81%;
	color: #000;
	padding: 20px;
	border: 3px solid #b5b5b6;
	background-color: #FFF;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#FFF));
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #b5b5b6;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -2px;
	border-right-color: #FFF;
	border-right-color: #FFF;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tiptip_content {
		padding: 15px;
		background-color: #FFF;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner {
		border-bottom-color: #FFF;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner {
		border-top-color: #FFF;
	}
}

/* 配信ページ  */
.deliveryContents{

}

.deliveryContentsInner{
	width: 740px;
	margin: 30px auto;

}

.deliveryContents ul{
	width: 720px;
    margin: 0 -20px 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}

.deliveryContents ul a:hover{
	opacity: 0.5;
	transition: 0.3s;

}

.deliveryContents ul li{
	width: 240px;
    height: 100px;
    margin: 0 20px 25px 0;

}

p.delivery_ttl{
	font-size: 25px !important;
	margin: 5px 0 15px;
	text-align: center;
}

p.delivery_text{
	font-size: 100%;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	color: #595757;

}
